const runtime.debugLogStringLimit

5 uses

	runtime (current package)
		debuglog.go#L43: const debugLogStringLimit = debugLogBytes / 8
		debuglog.go#L363: 		if len(b) > debugLogStringLimit {
		debuglog.go#L364: 			b = b[:debugLogStringLimit]
		debuglog.go#L385: 	if len(b) > debugLogStringLimit {
		debuglog.go#L386: 		b = b[:debugLogStringLimit]